Appliance Tls ManualParameters Services ListItem
The Appliance Tls ManualParameters Services ListItem schema contains the information about the service.
This schema was added in vSphere API 9.0.0.0.
{
"service": "string",
"info": {
"protocol_versions": [
{
"version": "string",
"ciphers": [
"string"
]
}
],
"curves": [
"string"
],
"fips_enforced": false
}
}
Defines the TLS integrated service.
This property was added in vSphere API 9.0.0.0.
When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.appliance.tls.manual_parameters.services
. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.appliance.tls.manual_parameters.services
.
Contains information about the TLS configurations of a specific service.
This property was added in vSphere API 9.0.0.0.
If missing or null
, there is no specific configuration for that service.